home *** CD-ROM | disk | FTP | other *** search
- on new me
- set the visible of sprite the currentSpriteNum to 1
- end
-
- on mouseUp
- set SpriteStart to (integer(the currentSpriteNum / 4) * 4) + 4
- set the visible of sprite SpriteStart to 0
- set the visible of sprite (SpriteStart + 1) to 0
- set the visible of sprite (SpriteStart + 2) to 0
- set the visible of sprite (SpriteStart + 3) to 0
- set the visible of sprite (SpriteStart + (the currentSpriteNum mod 4)) to 1
- end
-